Using a HOF, write a function authors-of-expensive-books that takes a price and a list of books, and returns the list of all the authors of books whose prices are greater than the given price.
Use the following data definition of Book.
Last modified: Wed Aug 31 21:16:04 Eastern Daylight Time 2016